home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / tde10src.zip / FUNCDEF.H < prev    next >
C/C++ Source or Header  |  1991-06-05  |  436b  |  14 lines

  1. /*
  2.  * New editor name:  tde, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  * This modification of Douglas Thomson's code is released into the
  7.  * public domain, Frank Davis.  You may distribute it freely.
  8.  *
  9.  * This file contains the external structure declaration for the
  10.  *  dispatch table.  It is not included in common.h.
  11.  */
  12.  
  13. extern DISPATCH_TABLE key_func[MAX_KEYS];
  14.